CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scheduling algorithm

搜索资源列表

  1. FIFO-process-scheduling

    0下载:
  2. 用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:195589
    • 提供者:wen
  1. FCFS-SJF-algorithm

    0下载:
  2. 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2762
    • 提供者:xingzhi
  1. Round-robin-algorithm

    0下载:
  2. 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2977
    • 提供者:xingzhi
  1. scheduling

    0下载:
  2. 本算法是对多处理器调度算法进行改进,提出了一种基于优先机制的算法调度算法,并进行软硬件划分,在基于关键路径的划分算法的基础上提出了基于关键路径和面积的划分算法-This algorithm is a multiprocessor scheduling algorithm is proposed to improve the algorithm priority scheduling algorithm based mechanisms, and hardware and software div
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:11962
    • 提供者:魏凯嘉
  1. Process-scheduling

    0下载:
  2. 本文讲述了所有的进程调度算法,及其优缺点,为开发者能够选择正确的调度算法提供一个参考。-This article describes all process scheduling algorithm, and its advantages and disadvantages, as the developer can select the right scheduling algorithm to provide a reference.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:86098
    • 提供者:荆学士
  1. N-process-scheduling-design

    0下载:
  2. N个进程调度算法课程设计 先来先服务算法, 可抢占式调度(动态优先级调度)的算法, 非抢占式调度(静态优先级调度)算法, 短作业调度算法, 轮转式调度算法,-N process scheduling algorithm curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:41691
    • 提供者:sunrier
  1. Process-scheduling-

    0下载:
  2. ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7234
    • 提供者:刘万友
  1. Optimal stochastic reactive power scheduling in a microgrid considering voltage droop scheme of DGs and uncertainty of w

    0下载:
  2. Distributed Generators (DGs) in a microgrid may operate in three different reactive power control strategies, including PV, PQ and voltage droop schemes. This paper proposes a new stochastic programming approach for reactive power scheduling of a mic
  3. 所属分类:行业发展研究

    • 发布日期:2014-07-14
    • 文件大小:523306
    • 提供者:tahomatab
  1. Operating-system-scheduling

    0下载:
  2. 操作系统调度,先来先服务(FCFS)调度算法,优先数调度算法,时间片轮转调度算法-Operating system scheduling, first-come, first-served (FCFS) scheduling algorithm, priority scheduling algorithm, round-robin scheduling algorithm
  3. 所属分类:Document

    • 发布日期:2017-05-13
    • 文件大小:2611275
    • 提供者:原园
  1. genetic-algorithm-

    0下载:
  2. 云计算环境下基于改进遗传算法的任务调度算法-Cloud environment task scheduling algorithm based on improved genetic algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:251545
    • 提供者:胥译涵
  1. process-scheduling

    0下载:
  2. 进程调度算法的实现,包括优先权调度算法和轮转法调度算法。-Process scheduling algorithm implementation, including priority scheduling and round robin scheduling algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:247147
    • 提供者:石明琴
  1. The-processor-scheduling

    1下载:
  2. 实验一 处理器调度 一. 实验内容 选择一个调度算法,实现处理器调度。 二. 实验目的 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助自己加深了解处理器调度的工作。 三. 实验题目 第—题:设计一个按优先数调度算法实现处理器调度的程序。 运行环境:Microsoft Visual Studio 2005-Experiment on
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:584352
    • 提供者:钟恩芳
  1. task-scheduling

    2下载:
  2. ①设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度-Design process control block, PCB table structure and the structure are the same, respectively, applicable to the number of priority schedulin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:15344
    • 提供者:薛帅强
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:ttrdr1422zhole
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1408
    • 提供者:gyopoouchizh
  1. High-Speed-Switch-Scheduling

    0下载:
  2. PIM 交换机调度算法。最早的Maximal Size Matching 算法,语言通俗易懂,新手也可以看-PIM switch scheduling algorithm. The earliest Maximal Size Matching algorithm, easy to understand language, the novice can see
  3. 所属分类:Project Design

    • 发布日期:2017-12-11
    • 文件大小:2269159
    • 提供者:Wind
  1. load scheduling by genetic algorithm

    0下载:
  2. this research paper is based on Load scheduling in power system by genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:283648
    • 提供者:anees1411
  1. GA- job shop scheduling

    0下载:
  2. genetic algorithm for job shop scheduling problem
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Songkran
  1. Machine-Scheduling-Problem

    0下载:
  2. Machine Scheduling Problem
  3. 所属分类:数值算法/人工智能

  1. hanguage-algorithm

    0下载:
  2. 多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,不错的源码(Multimachine scheduling algorithm (n, m machine] the algorithm described in c + + language, a good source)
  3. 所属分类:界面编程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:waoibf
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com